home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / otbank20.zip / OTBMAINT.DOC < prev    next >
Text File  |  1991-01-18  |  1KB  |  27 lines

  1.  
  2.   ╒═════════════════════════════════════════════════════════════════════════╕
  3.   │░░░░░░ On-line Time Bank Nightly Maintenance Program ░░░░░░░░░░░░░░░░░░░░│
  4.   ╘═════════════════════════════════════════════════════════════════════════╛
  5.  
  6.     This program has one simple function. It looks thru the bank account
  7.   file for people who have outstanding time loans then it scans the USERS.BBS
  8.   file for that user's record and deducts a configurable amount of time from
  9.   their daily on-line time before they have a chance to use it themselves.
  10.  
  11.     To use the program simply place it in your nightly maintenance batch file
  12.   and run it once a day.  Before making any changes to either the USERS.BBS
  13.   file or the OTBANK.ACT file it makes a backup of the file so if anything
  14.   goes wrong, you still have your original files.
  15.  
  16.     OTBMAINT.EXE -MUST- be run from the directory where you keep your
  17.   USERS.BBS file. You must supply a command line for the program to work.
  18.   The format of the command line is as follows:
  19.  
  20.            OTBMAINT [path to bank account file]
  21.  
  22.            example: OTBMAINT c:\ra\bank\
  23.  
  24.   That is all there is to it.
  25.  
  26.  
  27.